*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: "Zen Kurenaido", sans-serif;
     background:#111;
    color:#f5f5f5;
}

header{
    background:
    linear-gradient(
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.4)
    ),
    url("akai.jpg");

    background-size:cover;
    background-position:center;

    color:white;
    text-align:center;
    padding:0;
}

header h1{
    font-family: "Rampart One", cursive;
    font-size:5rem;
    margin-bottom:20px;
    letter-spacing:4px;
    text-shadow:
        4px 4px 0 #000,
        8px 8px 15px rgba(0,0,0,0.4);
}

.catch{
    font-size:1.2rem;
    font-weight:bold;
}

section{
    max-width:900px;
    margin:auto;
    padding:100px 20px;
}

h2{
    color:#d32f2f;
    margin-bottom:20px;
    border-left:8px solid #d4af37;
    padding-left:15px;
}

.info,
.point{
    background:#1f1f1f;
    color:#f5f5f5;
    padding:20px;
    margin-top:20px;
    border-radius:15px;
    border:2px solid #8b0000;
    box-shadow:0 5px 15px rgba(139,0,0,0.4);
}



.fade{
    opacity:0;
    transform:translateY(100px);
    transition:all 1.8s ease;
}

.fade.show{
    opacity:1;
    transform:translateY(0);
}

@media (max-width:768px){

header h1{
    font-size:2rem;
}

.catch{
    font-size:1rem;
}

section{
    padding:50px 15px;
}

}
section p{
    font-size:1.2rem;
    line-height:2;
}
.schedule{
    background:#1f1f1f;
    color:white;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.schedule h3{
    background:#8b0000;
    color:white;
    padding:10px 15px;
    border-radius:10px;
    margin-top:20px;
    margin-bottom:10px;
}

.schedule p{
    font-size:1.1rem;
    padding:8px 0;
    border-bottom:1px solid #ddd;
}
.title-image{
    width:100%;
}
.subtitle{
    text-align:center;
    font-size:1.4rem;
    font-weight:bold;
    color:#ffd700;
    padding:20px;
    letter-spacing:2px;
}
body{
    background:
    linear-gradient(
        rgba(0,0,0,.8),
        rgba(0,0,0,.8)
    ),
    url("aaa.png");
}
.menu{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    margin:30px 0;
}

.menu a{
    text-decoration:none;
    color:#ffd700;
    background:#8b0000;
    padding:12px 24px;
    border-radius:30px;
    font-weight:bold;
    transition:0.3s;
}

.menu a:hover{
    transform:translateY(-3px);
    background:#b30000;
}
html{
    scroll-behavior:smooth;
}
.menu{
    display:flex;
    justify-content:center;
    gap:20px;
}
.menu{
    display:flex;
    justify-content:center;
    gap:20px;
    margin:30px 0;
    padding:20px;
}

.menu a{
    color:white !important;
    background:red !important;
    padding:15px 25px;
    border:3px solid yellow;
    font-size:1.3rem;
}
section{
    max-width:900px;
    margin:auto;
    padding:100px 20px;

    background:rgba(0,0,0,0.5);
    backdrop-filter:blur(3px);
    border-radius:20px;
}
header{
    padding:30px 20px;
}
header{
    padding:0;
}
.title-image{
    width:100%;
    display:block;
}
.cast-a{
    color:#ffd700;
    font-weight:bold;
    text-shadow:0 0 8px rgba(255,215,0,0.5);
}

.cast-b{
    color:#ff4444;
    font-weight:bold;
    text-shadow:0 0 8px rgba(255,68,68,0.5);
}
.title-image{
    width:100%;
    display:block;
    border-bottom:4px solid #8b0000;
}
section{
    max-width:900px;
    margin:40px auto;
    padding:50px 30px;

    background:rgba(0,0,0,0.5);
    backdrop-filter:blur(3px);
    border-radius:20px;
}
h2{
    color:#ffd700;
    border-left:8px solid #8b0000;
    padding-left:15px;
    font-size:2rem;
}
.subtitle{
    text-align:center;
    font-size:1.8rem;
    font-weight:bold;
    color:#ffd700;
    padding:30px;
    letter-spacing:3px;

    text-shadow:
    0 0 10px rgba(255,215,0,.5);
}
.subtitle{
    margin-top:-5px;
}